home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / guardian_angel.swf / scripts / DefineSprite_397 / frame_22 / DoAction.as
Text File  |  2011-08-19  |  315b  |  17 lines

  1. if(wait < "100")
  2. {
  3.    wait += "1";
  4. }
  5. else
  6. {
  7.    set("/:level","1");
  8.    keyscore = (eval("/:score") * "42" - "42") * "42";
  9.    getURL("highscore.php?action=update&points=" add keyscore,"highscore");
  10.    stopAllSounds();
  11.    tellTarget("/")
  12.    {
  13.       gotoAndPlay(1);
  14.    }
  15. }
  16. finalscore = eval("/:score");
  17.